home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 2002 November / SGI Freeware 2002 November - Disc 3.iso / dist / fw_qt3.idb / usr / freeware / Qt / examples / tooltip / tooltip.doc.z / tooltip.doc
Text File  |  2002-04-08  |  584b  |  35 lines

  1. /*
  2. $Id$
  3. */
  4. /*!   \page tooltip-example.html
  5.  
  6.   \ingroup examples
  7.   \title Advanced use of tool tips
  8.  
  9.   This example widget demonstrates how to use tool tips for static and
  10.   dynamic regions within a widget.
  11.  
  12.   It displays two blue and one red rectangle.  The blue ones move every
  13.   time you click on them, the red one is static.  There are dynamic
  14.   tool tips on the blue rectangles and a static tool tip on the red one.
  15.  
  16.   <hr>
  17.  
  18.   Header file:
  19.  
  20.   \include tooltip/tooltip.h
  21.  
  22.   <hr>
  23.  
  24.   Implementation:
  25.  
  26.   \include tooltip/tooltip.cpp
  27.  
  28.   <hr>
  29.  
  30.   Main:
  31.  
  32.   \include tooltip/main.cpp
  33. */
  34.  
  35.